Skip to main content

Download person document

GET /api/v1/PersonDocuments/:id/download

Description

This endpoint is used to download a person document by its unique ID.

Tags:
PersonDocuments

URL:
/api/v{version}/PersonDocuments/{id}/download

ApiKey:
No API key required

Content-Type:
application/json

Query Parameters:
None

Path Parameters:

  • version (string, required): The API version.

  • id (string, required): The ID of the document to be downloaded.

Request Body:
None

Response:
Success, returns the document in a downloadable format.

Error Codes:
None

Example:

/api/v1/PersonDocuments/:id/download

Headers

Content-TypeValue
Accept-Language

Headers

Content-TypeValue
Accepttext/plain

Response: 200

{}

LANGUAGE

AUTHORIZATION

Bearer

CURL REQUEST


curl --request GET \ 
--url /api/v1/PersonDocuments/:id/download \
--header 'accept: application/json' \
--header 'content-type: application/json'

RESPONSE


Click Try It! to start a request and see the response here!